LMD-Tools Installation


[InfoCenter]

(© by LMD Innovative, (http://www.lmd.de or http://www.lmdtools.com)

 

Contents

C++ Builder 5
C++ Builder 6
Delphi 5
Delphi 6

Delphi 7
Uninstalling LMD-Tools


Package naming conventions

If you did not choose automatic DPL/BPL installation, you have to install the packages manually. This section describes naming conventions for LMD-Tools Package files: 

Runtime package names are constructed as follows: [NAME][VERSION][DB]_XX

[Name] is identifier for package name, e.g. lmdsys for LMD SysPack.
[Version] represents shortcut for current version, e.g. 10 in lmdsys10_d5.bpl (whereby 10 represents Release 1.0).
[DB] is added for database sensitive package, e.g. lmd60db_d5.bpl.

Designtime package names are constructed as follows: dcl[NAME][DB]_XX
[Name] is identifier for package name, e.g. dcllmdsys_d5.bpl for LMD SysPack.
[DB] is added for database sensitive package, e.g. dcllmddb_d5.bpl.

XX always represents the platform code, meaning
Delphi:     D5 and D6 represent Delphi 5 and Delphi 6.
CBuilder: B5 and B6 represent CBuilder 5 and CBuilder 6.

Example:
lmdsys10_d6.bpl  represents LMD SysPack runtime package for Delphi 6.
dcllmdsys_b5.bpl represents LMD SysPack designtime package for CBuilder 5.


Packages Overview
This section lists all available package files after installation of a compiled LMD-Tools version. If you want to recompile package files please follow descriptions in ReadMe file for Sourcecode user. Compiled libraries are always installed in a folder using their platform ID, e.g. lmdcore60\d6 for Delphi 6 version.

LMD-Tools Core Components 
Directory:        lmdcore60
Runtime:         lmd60_XX.bpl, lmd60db_XX.bpl
Designtime:    dcllmd_XX.bpl, dcllmddb_XX.bpl.

LMD-Tools Compatibility Components
Directory:        lmdfree60
Designtime:    dcllmdold_XX.bpl 
No runtime package available. Requires LMD-Tools Core Components.

LMD-Tools ParsePack 
Directory:        lmdparse20
Runtime:         lmdparse20_XX.bpl
There is no designtime package.

LMD-Tools RichPack 
Directory:        lmdrtf20
Runtime:         lmdrtf20_XX.bpl, lmdrtf20db_XX.bpl
Designtime:    dcllmdrtf_XX.bpl, dcllmdrtfdb_XX.bpl
Can be installed standalone.

LMD-Tools SearchPack 
Directory:        lmdrefine10
Runtime:         dcllmdrefine_XX.bpl
Can be installed standalone.

LMD-Tools ShellPack 
Directory:         lmdsh20
Runtime:          lmdsh20_XX.bpl
Designtime:     dcllmdsh_XX.bpl
Can be installed standalone.

LMD-Tools SysPack 
Directory:         lmdsys10
Runtime:          lmdys10_XX.bpl
Designtime:      dcllmdsys_XX.bpl
Can be installed standalone.

LMD-Tools TextPack 
Directory:         lmdtxt60
Runtime:          lmdtxt60_XX.bpl, lmd60txtdb_XX.bpl
Designtime:     dcllmdtxt_XX.bpl, dcllmdtxtdb_XX.bpl
LMD-Tools Core Components and LMD ParsePack are required.

LMD-Tools WebPack
Directory:         lmdweb20
Runtime:          lmdweb20_XX.bpl 
Designtime:     dcllmdweb_XX.bpl
Requires LMD ParsePack and LMD SearchPack (if extended Search funktionality is activated).
Please note that ZLib units must be installed in order to activate ZLib- Compression Support.
[Top]


C++ Builder 5

How to add the components
The installation program tries to install the packages automatically (unless you unchecked this option). For installing packages manually, you have to install the LMD-Tools designtime packages (check the package list above for available options), Please note, that all designtime package names start with dcl[...] praefix - installing a runtime package does not work. 

Installation

  1. Run C++ Builder and select "Components" menu. Click on " Install Packages..." button.
  2. Click on the "Add..." button. A dialog box appears. Click there on the "Browse..." button.
  3. From the file dialog select the library path of package(s) you want to install (e.g. RichPack files can be found in the \lib\lmdrtf20\b5 directory below your LMD-Tools installation folder). 
    Select desired runtime package files as mentioned in the package list above. Note: Hold Ctrl-key to select more than one file at the same time.

Important:
If installer did not add path settings automatically, you have to add the full paths (e.g. C:\LMD60\lib\lmdcore60\b5) of LMD-Tools OBJ-files yourself to global library path of C++ Builder (Library Page/Environment Options in the Tools Menu). 


How to add helpfile into the C++ Builder-IDE
By default the installer is able toinstall helpfiles automatically.  
If you have for any reason to install helpfiles manually follow these steps:

  1. Start Borland Openhelp Tool (Menu Help|Customize...). 
  2. Select Tab "Link". Choose "Add Files..." from the Edit Menu.
  3. Add any LMD-Tools Helpfiles. You find them usually in the \help menu of your C++ Builder Installation. If not - copy all helpfiles from the \help folder of the LMD-Tools installation folder to this folder (*.hlp and *.cnt files).
     

Possible filenames of LMD-Tools helpfiles are:

lmdtools.hlp      LMD-Tools (Core) Helpfile
lmdrichpack.hlp   LMD RichPack Helpfile 
lmdshellpack.hlp  LMD ShellPack Helpfile 
lmdsyspack.hlp   
LMD SysPack Helpfile 
lmdwebpack.hlp   
LMD WebPack Helpfile 
[Top]

 

C++ Builder 6

How to add the components
The installation program tries to install the packages automatically (unless you unchecked this option). For installing packages manually, you have to install the LMD-Tools designtime packages (check the package list above for available options), Please note, that all designtime package names start with dcl[...] praefix - installing a runtime package does not work. 

Installation

  1. Run C++ Builder and select "Components" menu. Click on " Install Packages..." button.
  2. Click on the "Add..." button. A dialog box appears. Click there on the "Browse..." button.
  3. From the file dialog select the library path of package(s) you want to install (e.g. RichPack files can be found in the \lib\lmdrtf20\b6 directory below your LMD-Tools installation folder). 
    Select desired runtime package files as mentioned in the package list above. Note: Hold Ctrl-key to select more than one file at the same time.

Important:
If installer did not add path settings automatically, you have to add the full paths (e.g. C:\LMD60\lib\lmdcore60\b6) of LMD-Tools OBJ-files yourself to global library path of C++ Builder (Library Page/Environment Options in the Tools Menu). 


How to add helpfile into the C++ Builder-IDE
By default the installer is able toinstall helpfiles automatically.  
If you have for any reason to install helpfiles manually follow these steps:

  1. Start Borland Openhelp Tool (Menu Help|Customize...). 
  2. Select Tab "Link". Choose "Add Files..." from the Edit Menu.
  3. Add any LMD-Tools Helpfiles. You find them usually in the \help menu of your C++ Builder Installation. If not - copy all helpfiles from the \help folder of the LMD-Tools installation folder to this folder (*.hlp and *.cnt files).
     

Possible filenames of LMD-Tools helpfiles are:

lmdtools.hlp      LMD-Tools (Core) Helpfile
lmdrichpack.hlp   LMD RichPack Helpfile 
lmdshellpack.hlp  LMD ShellPack Helpfile 
lmdsyspack.hlp   
LMD SysPack Helpfile 
lmdwebpack.hlp   
LMD WebPack Helpfile 
[Top]

 

Delphi 5

How to add the components
The installation program tries to install the packages automatically (unless you unchecked this option). For installing packages manually, you have to install the LMD-Tools designtime packages (check the package list above for available options), Please note, that all designtime package names start with dcl[...] praefix - installing a runtime package does not work. 

Installation

  1. Run Delphi and select "Components" menu. Click on "Install Packages..." button.
  2. Click on the "Add..." button. A dialog box appears. Click there on the "Browse..." button.
  3. From the file dialog select the library path of package(s) you want to install (e.g. RichPack files can be found in the \lib\lmdrtf20\d5 directory below your LMD-Tools installation folder). 
    Select desired runtime package files as mentioned in the package list above. Note: Hold Ctrl-key to select more than one file at the same time.

Important:
If installer did not add path settings automatically, you have to add the full paths (e.g. C:\LMD60\lib\lmdcore60\d5) of LMD-Tools DCU files yourself to the Delphi's library path (Library Page/Environment Options in the Tools Menu). 


How to add helpfile into the Delphi-IDE
By default the installer is able toinstall helpfiles automatically.  
If you have for any reason to install helpfiles manually follow these steps:

  1. Start Borland Openhelp Tool (Menu Help|Customize...). 
  2. Select Tab "Link". Choose "Add Files..." from the Edit Menu.
  3. Add any LMD-Tools Helpfiles. You find them usually in the \help menu of your Delphi Installation. If not - copy all helpfiles from the \help folder of the LMD-Tools installation folder to this folder (*.hlp and *.cnt files).
     

Possible filenames of LMD-Tools helpfiles are:

lmdtools.hlp      LMD-Tools (Core) Helpfile
lmdrichpack.hlp   LMD RichPack Helpfile 
lmdsearchpack.hlp  LMD SearchPack Helpfile      
lmdshellpack.hlp  LMD ShellPack Helpfile 
lmdsyspack.hlp   
LMD SysPack Helpfile 
lmdwebpack.hlp   
LMD WebPack Helpfile 
[Top]

 

Delphi 6

How to add the components
The installation program tries to install the packages automatically (unless you unchecked this option). For installing packages manually, you have to install the LMD-Tools designtime packages (check the package list above for available options), Please note, that all designtime package names start with dcl[...] praefix - installing a runtime package does not work. 

Installation

  1. Run Delphi and select "Components" menu. Click on " Install Packages..." button.
  2. Click on the "Add..." button. A dialog box appears. Click there on the "Browse..." button.
  3. From the file dialog select the library path of package(s) you want to install (e.g. RichPack files can be found in the \lib\lmdrtf20\d6 directory below your LMD-Tools installation folder). 
    Select desired runtime package files as mentioned in the package list above. Note: Hold Ctrl-key to select more than one file at the same time.

Important:
If installer did not add path settings automatically, you have to add the full paths (e.g. C:\LMD60\lib\lmdcore60\d6) of LMD-Tools DCU files yourself to the Delphi's library path (Library Page/Environment Options in the Tools Menu). 


How to add helpfile into the Delphi-IDE
By default the installer is able toinstall helpfiles automatically.  
If you have for any reason to install helpfiles manually follow these steps:

  1. Start Borland Openhelp Tool (Menu Help|Customize...). 
  2. Select Tab "Link". Choose "Add Files..." from the Edit Menu.
  3. Add any LMD-Tools Helpfiles. You find them usually in the \help menu of your Delphi Installation. If not - copy all helpfiles from the \help folder of the LMD-Tools installation folder to this folder (*.hlp, *.cnt AND *.als files).
     

Possible filenames of LMD-Tools helpfiles are:

lmdtools.hlp      LMD-Tools (Core) Helpfile
lmdrichpack.hlp   LMD RichPack Helpfile 
lmdsearchpack.hlp  LMD SearchPack Helpfile      
lmdshellpack.hlp  LMD ShellPack Helpfile 
lmdsyspack.hlp   
LMD SysPack Helpfile 
lmdwebpack.hlp   
LMD WebPack Helpfile 
[Top]


Delphi 7


How to add the components
The installation program tries to install the packages automatically (unless you unchecked this option). For installing packages manually, you have to install the LMD-Tools designtime packages (check the package list above for available options), Please note, that all designtime package names start with dcl[...] praefix - installing a runtime package does not work. 

Installation

  1. Run Delphi and select "Components" menu. Click on " Install Packages..." button.
  2. Click on the "Add..." button. A dialog box appears. Click there on the "Browse..." button.
  3. From the file dialog select the library path of package(s) you want to install (e.g. RichPack files can be found in the \lib\lmdrtf20\d7 directory below your LMD-Tools installation folder). 
    Select desired runtime package files as mentioned in the package list above. Note: Hold Ctrl-key to select more than one file at the same time.

Important:
If installer did not add path settings automatically, you have to add the full paths (e.g. C:\LMD60\lib\lmdcore60\d7) of LMD-Tools DCU files yourself to the Delphi's library path (Library Page/Environment Options in the Tools Menu). 


How to add helpfile into the Delphi-IDE
By default the installer is able toinstall helpfiles automatically.  
If you have for any reason to install helpfiles manually follow these steps:

  1. Start Borland Openhelp Tool (Menu Help|Customize...). 
  2. Select Tab "Link". Choose "Add Files..." from the Edit Menu.
  3. Add any LMD-Tools Helpfiles. You find them usually in the \help menu of your Delphi Installation. If not - copy all helpfiles from the \help folder of the LMD-Tools installation folder to this folder (*.hlp, *.cnt AND *.als files).
     

Possible filenames of LMD-Tools helpfiles are:

lmdtools.hlp      LMD-Tools (Core) Helpfile
lmdrichpack.hlp   LMD RichPack Helpfile 
lmdsearchpack.hlp  LMD SearchPack Helpfile      
lmdshellpack.hlp  LMD ShellPack Helpfile 
lmdsyspack.hlp   
LMD SysPack Helpfile 
lmdwebpack.hlp   
LMD WebPack Helpfile 
[Top]

 

Uninstalling LMD-Tools

To remove LMD-Tools from your system completely follow the directions below.

C++ Builder 5 and 6

Delphi 5 to  7


Removing LMD-Tools files completely from your hard disk
After uninstalling the components from the CBuilder IDE/Delphi you may remove the component files physically.

[Top]

 


© 2002 by LMD Innovative Germany
All other trademarks are acknowledged.